object fmAvtors: TfmAvtors Left = 304 Top = 222 BorderStyle = bsNone Caption = '������' ClientHeight = 380 ClientWidth = 444 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 444 Height = 380 AutoSize = True end object imClose: TImageBtn Left = 368 Top = 6 Width = 19 Height = 20 Cursor = crHandPoint OnClick = imCloseClick end object btBack: TImageBtn Left = 319 Top = 6 Width = 18 Height = 20 Cursor = crHandPoint OnClick = btBackClick end object btFrwd: TImageBtn Left = 339 Top = 6 Width = 18 Height = 20 Cursor = crHandPoint OnClick = btFrwdClick end object Scroll: TScrlHTML Left = 403 Top = 40 Width = 20 Height = 302 Picture.Data = {} HTML = HTML Position = 0 end object HTML: ThtmlLite Left = 40 Top = 42 Width = 359 Height = 303 Cursor = crIBeam OnHotSpotClick = HTMLHotSpotClick ViewImages = True TabOrder = 0 DefBackground = clBlack BorderStyle = htNone HistoryMaxCount = 10 DefFontName = 'Zrial Narrow' DefPreFontName = 'Courier New' DefFontSize = 10 DefFontColor = clWhite DefHotSpotColor = 15126958 NoSelect = False ScrollBars = ssNone CharSet = RUSSIAN_CHARSET OnMouseMove = HTMLMouseMove OnKeyUp = HTMLKeyUp OnProcessing = HTMLProcessing OnImageClick = HTMLImageClick OnImageOver = HTMLImageOver end end